GoXam for WPF v3
LinksSource Property (GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>)
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : LinksSource Property
Gets or sets the collection of link data items for the model.
Syntax
public IEnumerable LinksSource {get; set;}

Property Value

Initially this value is an empty ObservableCollection. It cannot be set to a null value. For generality, this is of type System.Collections.IEnumerable.
Remarks

This raises a Changed event with a value of ModelChange.ChangedLinksSource.

See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members